Compile the kernel by default with bridge support
authorKeir Fraser <keir.fraser@citrix.com>
Sun, 2 Aug 2009 11:25:01 +0000 (12:25 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Sun, 2 Aug 2009 11:25:01 +0000 (12:25 +0100)
This one-liner adds bridge support to the Linux kernel
(CONFIG_BRIDGE=y).  It is a precondition for some xm-tests that
bridge is enabled.  Also IMHO it makes sense to configure a dom0 with
bridge capabilities.

Signed-off-by: Andreas Florath <xen@flonatel.org>
buildconfigs/enable-xen-config

index 1e98684bde4f35bd7435d314106e24d899513b90..5483ddd4039172de6c9566754824991591b31f2e 100644 (file)
@@ -60,6 +60,8 @@ setopt CONFIG_LGUEST n
 
 setopt CONFIG_LOCALVERSION_AUTO n
 
+setopt CONFIG_BRIDGE y
+
 # Should all be set one way or another in defconfig but aren't
 setopt CONFIG_NUMA n
 setopt CONFIG_X86_VSMP n